home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / inittab.orig < prev    next >
Text File  |  2006-01-24  |  2KB  |  53 lines

  1. #
  2. # /etc/inittab:  This file describes how the INIT process should set up
  3. #                the system in a certain run-level.
  4. #
  5. # Author:  Miquel van Smoorenburg, <miquels@cistron.nl>
  6. # Modified by:  Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
  7. # Modified by:  Daniel Robbins, <drobbins@gentoo.org>
  8. # Modified by:  Martin Schlemmer, <azarah@gentoo.org>
  9. #
  10. # $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab,v 1.4 2005/10/04 14:47:44 azarah Exp $
  11.  
  12. # Default runlevel.
  13. id:3:initdefault:
  14.  
  15. # System initialization, mount local filesystems, etc.
  16. si::sysinit:/sbin/rc sysinit
  17.  
  18. # Further system initialization, brings up the boot runlevel.
  19. rc::bootwait:/sbin/rc boot
  20.  
  21. l0:0:wait:/sbin/rc shutdown 
  22. l1:S1:wait:/sbin/rc single
  23. l2:2:wait:/sbin/rc nonetwork
  24. l3:3:wait:/sbin/rc default
  25. l4:4:wait:/sbin/rc default
  26. l5:5:wait:/sbin/rc default
  27. l6:6:wait:/sbin/rc reboot
  28. #z6:6:respawn:/sbin/sulogin
  29.  
  30. # TERMINALS
  31. c1:12345:respawn:/sbin/agetty 38400 tty1 linux
  32. c2:2345:respawn:/sbin/agetty 38400 tty2 linux
  33. c3:2345:respawn:/sbin/agetty 38400 tty3 linux
  34. c4:2345:respawn:/sbin/agetty 38400 tty4 linux
  35. c5:2345:respawn:/sbin/agetty 38400 tty5 linux
  36. c6:2345:respawn:/sbin/agetty 38400 tty6 linux
  37.  
  38. # SERIAL CONSOLES
  39. #s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
  40. #s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100
  41.  
  42. # What to do at the "Three Finger Salute".
  43. ca:12345:ctrlaltdel:/sbin/shutdown -r now
  44.  
  45. # Used by /etc/init.d/xdm to control DM startup.
  46. # Read the comments in /etc/init.d/xdm for more
  47. # info. Do NOT remove, as this will start nothing
  48. # extra at boot if /etc/init.d/xdm is not added
  49. # to the "default" runlevel.
  50. x:a:once:/etc/X11/startDM.sh
  51.  
  52. # End of /etc/inittab
  53.